projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3a6aa
)
* src/image.c (image_size_error): Simplify.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 8 Oct 2015 20:54:04 +0000
(13:54 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 8 Oct 2015 20:54:33 +0000
(13:54 -0700)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 617cf70eb171c028b6e5bf824f7e4241f8f6264a..4d1d2014258b6054852eebefcb39aa63a8a5eec4 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-647,8
+647,7
@@
image_error (const char *format, ...)
static void
image_size_error (void)
{
- AUTO_STRING (max_image_size_name, "max-image-size");
- image_error ("Invalid image size (see `%s')", max_image_size_name);
+ image_error ("Invalid image size (see `max-image-size')");
}
\f